home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / gfx / Viewer / CyberAnim / source.lha / CyberAnim.h < prev    next >
C/C++ Source or Header  |  1996-09-07  |  1KB  |  47 lines

  1. /* separate file for GST */
  2.  
  3. #include <stdio.h>
  4. #include <stdlib.h>
  5. #include <stdarg.h>
  6. #include <string.h>
  7. #include <math.h>
  8. #ifdef __SASC
  9. #include <dos.h>
  10. #endif
  11.  
  12. #include <exec/exec.h>
  13. #include <dos/dos.h>
  14. #include <graphics/gfx.h>
  15. #include <graphics/gfxbase.h>
  16. #include <intuition/intuition.h>
  17. #include <libraries/iffparse.h>
  18. #include <libraries/asl.h>
  19. #include <devices/timer.h>
  20. #include <workbench/icon.h>
  21. #include <workbench/startup.h>
  22. #include <workbench/workbench.h>
  23. #include <utility/tagitem.h>
  24. #include <cybergraphics/cybergraphics.h>
  25.  
  26. #ifdef __SASC
  27. #include <proto/exec.h>
  28. #include <proto/dos.h>
  29. #include <proto/graphics.h>
  30. #include <proto/intuition.h>
  31. #include <proto/iffparse.h>
  32. #include <proto/asl.h>
  33. #include <proto/icon.h>
  34. #include <proto/timer.h>
  35. #include <proto/cybergraphics.h>
  36. #else
  37. #include <inline/exec.h>
  38. #include <inline/dos.h>
  39. #include <inline/graphics.h>
  40. #include <inline/intuition.h>
  41. #include <inline/iffparse.h>
  42. #include <inline/asl.h>
  43. #include <inline/icon.h>
  44. #include <inline/timer.h>
  45. #include <inline/cybergraphics.h>
  46. #endif
  47.